#ifndef __PATTERN_H__ #define __PATTERN_H__ #include "data.h" #include "conf.h" class PatternData: public Data { public: void read(); }; #endif